home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Blogowanie poza sfera / Flock 0.9.1.3 stable / flock-0.9.1.3.en-US.win32.exe / flock / res / forms.css < prev    next >
Cascading Style Sheet File  |  2007-10-12  |  13KB  |  532 lines

  1. /* ***** BEGIN LICENSE BLOCK *****
  2.  * Version: MPL 1.1/GPL 2.0/LGPL 2.1
  3.  *
  4.  * The contents of this file are subject to the Mozilla Public License Version
  5.  * 1.1 (the "License"); you may not use this file except in compliance with
  6.  * the License. You may obtain a copy of the License at
  7.  * http://www.mozilla.org/MPL/
  8.  *
  9.  * Software distributed under the License is distributed on an "AS IS" basis,
  10.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  11.  * for the specific language governing rights and limitations under the
  12.  * License.
  13.  *
  14.  * The Original Code is mozilla.org code.
  15.  *
  16.  * The Initial Developer of the Original Code is
  17.  * Netscape Communications Corporation.
  18.  * Portions created by the Initial Developer are Copyright (C) 1998
  19.  * the Initial Developer. All Rights Reserved.
  20.  *
  21.  * Contributor(s):
  22.  *
  23.  * Alternatively, the contents of this file may be used under the terms of
  24.  * either of the GNU General Public License Version 2 or later (the "GPL"),
  25.  * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  26.  * in which case the provisions of the GPL or the LGPL are applicable instead
  27.  * of those above. If you wish to allow use of your version of this file only
  28.  * under the terms of either the GPL or the LGPL, and not to allow others to
  29.  * use your version of this file under the terms of the MPL, indicate your
  30.  * decision by deleting the provisions above and replace them with the notice
  31.  * and other provisions required by the GPL or the LGPL. If you do not delete
  32.  * the provisions above, a recipient may use your version of this file under
  33.  * the terms of any one of the MPL, the GPL or the LGPL.
  34.  *
  35.  * ***** END LICENSE BLOCK ***** */
  36.  
  37. /** 
  38.   Styles for old GFX form widgets
  39.  **/ 
  40.  
  41.  
  42. @namespace url(http://www.w3.org/1999/xhtml); /* set default namespace to HTML */
  43. @namespace xul url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
  44.  
  45. *|*::-moz-fieldset-content {
  46.   display: block;
  47.   height: 100%;   /* Need this so percentage heights of kids work right */
  48. }
  49.  
  50. /* miscellaneous form elements */
  51.  
  52. legend {
  53.   padding-left: 2px;
  54.   padding-right: 2px;
  55.   border: none;
  56.   position: static ! important;
  57.   float: none ! important;
  58. }
  59.  
  60. fieldset {
  61.   display: block;
  62.   margin-left: 2px;
  63.   margin-right: 2px;
  64.   padding: 0.35em 0.625em 0.75em;
  65.   border: 2px groove ThreeDFace;
  66. }
  67.  
  68. label {
  69.   cursor: default;
  70. }
  71.  
  72. /* default inputs, text inputs, and selects */
  73.  
  74. /* Note: Values in nsNativeTheme IsWidgetStyled function 
  75.    need to match textfield background/border values here */
  76.  
  77. input {
  78.   -moz-appearance: textfield;
  79.   /* The sum of border-top, border-bottom, padding-top, padding-bottom
  80.      must be the same here, for buttons, and for <select> (including its
  81.      internal padding magic) */
  82.   padding: 1px 0 1px 0;
  83.   border: 2px inset ThreeDFace;
  84.   background-color: -moz-Field;
  85.   color: -moz-FieldText;
  86.   font: -moz-field;
  87.   line-height: normal !important;
  88.   text-align: start;
  89.   text-transform: none;
  90.   word-spacing: normal;
  91.   letter-spacing: normal;
  92.   cursor: text;
  93.   -moz-binding: url("chrome://global/content/platformHTMLBindings.xml#inputFields");
  94.   text-indent: 0;
  95.   -moz-user-select: text;
  96. }
  97.  
  98. input > .anonymous-div {
  99.   white-space : nowrap;
  100. }
  101.  
  102. textarea {
  103.   margin: 1px 0 1px 0;
  104.   border: 2px inset ThreeDFace;
  105.   background-color: -moz-Field;
  106.   color: -moz-FieldText;
  107.   font: medium -moz-fixed;
  108.   text-align: start;
  109.   text-transform: none;
  110.   word-spacing: normal;
  111.   letter-spacing: normal;
  112.   vertical-align: text-bottom;
  113.   cursor: text;
  114.   -moz-binding: url("chrome://global/content/platformHTMLBindings.xml#textAreas");
  115.   -moz-appearance: textfield;
  116.   text-indent: 0;
  117.   -moz-user-select: text;
  118. }
  119.  
  120. textarea > scrollbar {
  121.   cursor: default;
  122. }
  123.  
  124. textarea > .anonymous-div,
  125. input > .anonymous-div {
  126.   overflow: auto;
  127.   border: 0px !important;
  128.   padding: 0px;
  129.   margin: 0px;
  130.   /* XXXldb I'm not sure if we really want the 'text-decoration: inherit',
  131.      but it's needed to make 'text-decoration' "work" on text inputs. */
  132.   text-decoration: inherit;
  133. }
  134.  
  135. select {
  136.   margin: 0;
  137.   border-color: ThreeDFace;
  138.   background-color: -moz-Field;
  139.   color: -moz-FieldText;
  140.   font: -moz-list;
  141.   line-height: normal !important;
  142.   white-space: nowrap !important;
  143.   text-align: start; 
  144.   cursor: default;
  145.   -moz-box-sizing: border-box;
  146.   -moz-user-select: none;
  147.   -moz-appearance: menulist;
  148.   border-width: 2px;
  149.   border-style: inset;
  150.   text-indent: 0;
  151. }
  152.  
  153. /* Need the "select[size][multiple]" selector to override the settings on
  154.    'select[size="1"]', eg if one has <select size="1" multiple> */
  155.    
  156. select[size],
  157. select[multiple],
  158. select[size][multiple] {
  159.   /* Different alignment and padding for listbox vs combobox */
  160.   vertical-align: text-bottom;
  161.   padding: 1px 0 1px 0;
  162.   -moz-appearance: listbox;
  163. }
  164.  
  165. select[size="0"],
  166. select[size="1"] {
  167.   /* Except this is not a listbox */
  168.   vertical-align: baseline;
  169.   padding: 0;
  170.   -moz-appearance: menulist;
  171. }
  172.  
  173. select > input[type="button"] {
  174.   width: 12px;
  175.   height: 12px;
  176.   white-space: nowrap;
  177.   position: static !important;
  178.   background-image: url("arrow.gif") !important;
  179.   background-repeat: no-repeat !important;
  180.   background-position: center !important;
  181.   -moz-appearance: menulist-button;
  182. }
  183.  
  184. select > input[type="button"]:active {
  185.   background-image: url("arrowd.gif") !important;
  186. }
  187.  
  188. select::-moz-dummy-option { 
  189.   visibility: hidden; 
  190.   content: "XX"; /* demo 8, edge case test 1 */
  191. }
  192.  
  193. *|*::-moz-display-comboboxcontrol-frame {
  194.   overflow: -moz-hidden-unscrollable;
  195.   /* This top/bottom padding plus the combobox top/bottom border need to
  196.      add up to the top/bottom borderpadding of text inputs and buttons */ 
  197.   padding-top: 1px;
  198.   padding-bottom: 1px;
  199.   -moz-padding-start: 4px;
  200.   -moz-padding-end: 0;
  201.   background-color: inherit;
  202.   color: inherit;
  203.   white-space: nowrap;
  204.   text-align: inherit;
  205.   -moz-user-select: none;
  206. }
  207.  
  208. option {
  209.   display: block;
  210.   min-height: 1em;
  211.   line-height: normal !important;
  212.   -moz-user-select: none;
  213.   text-indent: 0;
  214. }
  215.  
  216. select > option {
  217.   padding-top : 0;
  218.   padding-bottom: 0;
  219.   -moz-padding-start: 3px;
  220.   -moz-padding-end: 5px;
  221. }
  222.  
  223. option:checked {
  224.   background-color: Highlight ! important;
  225.   color: HighlightText ! important;
  226. }
  227.  
  228. optgroup {
  229.   display: block;
  230.   font: -moz-list;
  231.   line-height: normal !important;
  232.   font-style: italic;
  233.   font-weight: bold;
  234.   font-size: inherit;
  235.   -moz-user-select: none;
  236.   text-indent: 0;
  237. }
  238.  
  239. optgroup > option {
  240.   padding-left: 20px;
  241.   font-style: normal;
  242.   font-weight: normal;
  243. }
  244.  
  245. optgroup:before {
  246.   display: block;
  247.   content: attr(label);
  248. }
  249.  
  250. *|*::-moz-dropdown-list {
  251.   z-index: 2147483647;
  252.   background-color: inherit;
  253.   -moz-user-select: none;
  254.   position: static !important;
  255.   float: none !important;
  256.  
  257.   border: 1px outset black !important;
  258.  
  259. input[disabled],
  260. textarea[disabled],
  261. option[disabled],
  262. optgroup[disabled],
  263. select[disabled] {
  264.   -moz-user-input: disabled;
  265.   -moz-user-focus: ignore;
  266.   color: GrayText;
  267.   background-color: ThreeDFace;
  268.   cursor: inherit;
  269. }
  270.  
  271. option[disabled],
  272. optgroup[disabled] {
  273.   background-color: transparent;
  274. }
  275.  
  276. /* hidden inputs */
  277. input[type="hidden"] {
  278.   -moz-appearance: none;
  279.   display: none;
  280.   padding: 0;
  281.   border: 0;
  282.   cursor: auto;
  283.   -moz-user-focus: ignore;
  284.   -moz-binding: none;
  285. }
  286.  
  287. /* image buttons */
  288. input[type="image"] {
  289.   -moz-appearance: none;
  290.   padding: 0;
  291.   border: none;
  292.   background-color: transparent;
  293.   font-family: sans-serif;
  294.   font-size: small;
  295.   cursor: pointer;
  296.   -moz-binding: none;
  297.   -moz-appearance: none;
  298. }
  299.  
  300. input[type="image"][disabled] {
  301.   cursor: inherit;
  302. }
  303.  
  304. input[type="image"]:focus {
  305.   outline: 1px dotted invert;
  306. }
  307.  
  308. /* file selector */
  309. input[type="file"] {
  310.   -moz-appearance: none;
  311.   white-space: nowrap;
  312.   cursor: default;
  313.   -moz-binding: none;
  314.  
  315.   padding: 0 !important;
  316.   border-style: none !important;
  317. }
  318.  
  319. input[type="file"] > input[type="text"] {
  320.   border-color: inherit;
  321.   background-color: inherit;
  322.   color: inherit;
  323.   font-size: inherit;
  324.   height: inherit;
  325.   letter-spacing: inherit;
  326. }
  327.  
  328. /* button part of file selector */
  329. input[type="file"] > input[type="button"] {
  330.   height: inherit;
  331.   font-size: inherit;
  332.   letter-spacing: inherit;
  333. }
  334.  
  335. /* radio buttons */
  336. input[type="radio"] {
  337.   -moz-appearance: radio;
  338.   width: 13px;
  339.   height: 13px;
  340.   margin: 3px 3px 0px 5px;
  341.   padding: 0 !important;
  342.   cursor: default;
  343.   -moz-binding: none;
  344.  
  345.   -moz-border-radius: 100% !important;
  346. }
  347.  
  348. /* check boxes */
  349. input[type="checkbox"] {
  350.   -moz-appearance: checkbox;
  351.   width: 13px;
  352.   height: 13px;
  353.   margin: 3px 3px 3px 4px;
  354.   padding: 0 !important;
  355.   vertical-align: text-bottom;
  356.   cursor: default;
  357.   -moz-binding: none;
  358.  
  359.   -moz-border-radius: 0 !important;
  360. }
  361.  
  362. /* common features of radio buttons and check boxes */
  363.  
  364. input[type="radio"],
  365. input[type="checkbox"] {
  366.   /* same colors as |input| rule, but |!important| this time. */
  367.   -moz-box-sizing: border-box;
  368.   background-color: -moz-Field ! important;
  369.   color: -moz-FieldText ! important;
  370.   border: 2px inset ThreeDFace ! important;
  371. }
  372.  
  373. input[type="radio"][disabled],
  374. input[type="radio"][disabled]:active,
  375. input[type="radio"][disabled]:hover,
  376. input[type="radio"][disabled]:hover:active,
  377. input[type="checkbox"][disabled],
  378. input[type="checkbox"][disabled]:active,
  379. input[type="checkbox"][disabled]:hover,
  380. input[type="checkbox"][disabled]:hover:active {
  381.   padding: 1px;
  382.   border: 1px inset ThreeDShadow ! important;
  383.   /* same as above, but !important */
  384.   color: GrayText ! important;
  385.   background-color: ThreeDFace ! important;
  386.   cursor: inherit; 
  387. }
  388.  
  389. input[type="checkbox"]:focus,
  390. input[type="radio"]:focus {
  391.   border-style: groove !important;
  392. }
  393.  
  394. input[type="checkbox"]:hover:active,
  395. input[type="radio"]:hover:active {
  396.   background-color: ThreeDFace ! important;
  397.   border-style: inset !important;
  398. }
  399.  
  400. *|*::-moz-radio {
  401.   width: 4px;
  402.   height: 4px;
  403.   background-color: -moz-FieldText ! important;
  404.   -moz-border-radius: 3px;
  405. }
  406.  
  407. /* buttons */
  408.  
  409. /* Note: Values in nsNativeTheme IsWidgetStyled function 
  410.    need to match button background/border values here */
  411.  
  412. button, 
  413. input[type="reset"],
  414. input[type="button"],
  415. input[type="submit"] { 
  416.   -moz-appearance: button;
  417.   /* The sum of border-top, border-bottom, padding-top, padding-bottom
  418.      must be the same here, for text inputs, and for <select>.  For
  419.      buttons, make sure to include the -moz-focus-inner border/padding. */
  420.   padding: 0px 6px 0px 6px;
  421.   border: 2px outset ButtonFace;
  422.   background-color: ButtonFace;
  423.   color: ButtonText; 
  424.   font: -moz-button;
  425.   line-height: normal !important;
  426.   white-space: pre;
  427.   cursor: default;
  428.   -moz-box-sizing: border-box;
  429.   -moz-user-select: none;
  430.   -moz-binding: none;
  431.   text-align: center;
  432. }
  433.  
  434. button {
  435.   /* Buttons should lay out like "normal" html, mostly */
  436.   white-space: normal;  
  437.   text-indent: 0;
  438. }
  439.  
  440. *|*::-moz-button-content {
  441.   display: block;
  442. }
  443.  
  444. button:active:hover,
  445. input[type="reset"]:active:hover,
  446. input[type="button"]:active:hover,
  447. input[type="submit"]:active:hover {
  448.   padding: 0px 5px 0px 7px;
  449.   border-style: inset;
  450. }
  451.  
  452. button::-moz-focus-inner,
  453. input[type="reset"]::-moz-focus-inner,
  454. input[type="button"]::-moz-focus-inner,
  455. input[type="submit"]::-moz-focus-inner,
  456. input[type="file"] > input[type="button"]::-moz-focus-inner {
  457.   padding: 0px 2px 0px 2px;
  458.   border: 1px dotted transparent;
  459. }
  460.  
  461. button:focus::-moz-focus-inner,
  462. input[type="reset"]:focus::-moz-focus-inner,
  463. input[type="button"]:focus::-moz-focus-inner,
  464. input[type="submit"]:focus::-moz-focus-inner,
  465. input[type="file"] > input[type="button"]:focus::-moz-focus-inner {
  466.   border-color: ButtonText;
  467. }
  468.  
  469. button[disabled]:active, button[disabled],
  470. input[type="reset"][disabled]:active,
  471. input[type="reset"][disabled],
  472. input[type="button"][disabled]:active,
  473. input[type="button"][disabled],
  474. select[disabled] > input[type="button"],
  475. select[disabled] > input[type="button"]:active,
  476. input[type="submit"][disabled]:active,
  477. input[type="submit"][disabled] {
  478.   /* The sum of border-top, border-bottom, padding-top, padding-bottom
  479.      must be the same here and for text inputs */
  480.   padding: 1px 7px 1px 7px;
  481.   border: 1px outset ButtonShadow;
  482.   color: GrayText;
  483.   cursor: inherit; 
  484. }
  485.  
  486.  /*
  487.   * Make form controls inherit 'unicode-bidi' transparently as required by
  488.   *  their various anonymous descendants and pseudo-elements:
  489.   *
  490.   * <textarea> and <input type="text">:
  491.   *  inherit into the XULScroll frame with class 'anonymous-div' which is a
  492.   *  child of the text control.
  493.   *
  494.   * Buttons (either <button>, <input type="submit">, <input type="button">
  495.   *          or <input type="reset">)
  496.   *  inherit into the ':-moz-button-content' pseudo-element.
  497.   *
  498.   * <select>:
  499.   *  inherit into the ':-moz-display-comboboxcontrol-frame' pseudo-element and
  500.   *  the <optgroup>'s ':before' pseudo-element, which is where the label of
  501.   *  the <optgroup> gets displayed. The <option>s don't use anonymous boxes,
  502.   *  so they need no special rules.
  503.   */
  504. textarea > .anonymous-div,
  505. input > .anonymous-div,
  506. *|*::-moz-button-content,
  507. *|*::-moz-display-comboboxcontrol-frame,
  508. optgroup:before {
  509.   unicode-bidi: inherit;
  510. }
  511.  
  512.  /*
  513.   * Force the text control child of file input controls to have left-to-right
  514.   * directionality. Otherwise filenames containing right-to-left characters
  515.   * will be reordered with chaotic results.
  516.   */
  517. input[type="file"] > input[type="text"] {
  518.   direction: ltr !important;
  519.   text-align: inherit;
  520. }
  521.  
  522. @media print {
  523.   input, textarea, select, button {
  524.     -moz-user-input: none !important;
  525.   }
  526.  
  527.   input[type="file"] { height: 2em; }
  528. }
  529.  
  530.  
  531.